<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***home_content***/
.home_content{
    width:100%;
    height:500px;
}
.home_content .swiper{
    width:100%;
    height:100%;
    min-width:1280px;
}
.home_content .swiper .swiper-pagination{
    bottom:40px;
}
.home_content .swiper .swiper-slide a {
    width:100%;
    display: inline-block;
}
.home_content .swiper .swiper-slide a img{
    width:100%;
    height:500px;
}

.home_content .swiper .swiper-pagination .item{
    width:92px;
    height:4px;
    opacity: 0.1;
    background: #C00005;
    display: inline-block;
    margin-right: 16px;
    cursor: pointer;
}
.home_content .swiper .swiper-pagination .item-active{
    background: #C00005;
    opacity: 1;
    cursor: pointer;
}
.swiper .hide{
    opacity:0;
}
.swiper-button-next,.swiper-button-prev{
    transition:opacity 0.5s;
}
.swiper-button-next:after,.swiper-button-prev:after{
    font-size:20px !important;
    font-weight:800 !important;
}
.home_content .swiper .pre_next{
    background: #FFFFFF;
    width:48px;
    height:48px;
    border-radius: 24px;
    text-align: center;
    line-height:48px;
    color: #C00005;
    top:226px;
    filter:alpha(opacity=75);
    -moz-opacity:0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
.pre_left{
    left:calc(50% - 640px);
}
.next_right{
    right:calc(50% - 640px);
}
/****home_content1****/
.home_content1_parent{
    height:320px;
    background:#fff;
    margin-bottom:24px;
}
.home_content1_parent .home_content1{
    width:1280px;
    height:100%;
    margin:0 auto;
    box-sizing: border-box;
    padding:40px 0;
}
.home_content1_parent .home_content1_left{
   width:832px;
    float:left;
}
.home_content1_parent .home_content1 .home_content1_left img{
    width:416px;
    height:240px;
}
.home_content1_parent .home_content1 .home_content1_left .content{
    margin-left:16px;
    float:right;
    width:400px;
}
.home_content1_parent .home_content1 .home_content1_left .content p:first-child{
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    line-height: 24px;
    font-weight: 500;
}
.home_content1_parent .home_content1 .home_content1_left .content p:nth-child(2){
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 22px;
    font-weight: 400;
    margin:8px 0 51px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    width:100%;
}
.home_content1_parent .home_content1 .home_content1_left .content p:last-child{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #C00005;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
    text-align: right;
    position: relative;
    cursor: pointer;
}
.home_content1_parent .home_content1 .home_content1_left .content p:last-child:after{
    content:'';
    display:inline-block;
    width:16px;
    height:16px;
    position:absolute;
    top:3px;
}
.home_content1_parent  .home_content1 .home_content1_right{
    float:right;
    width:400px;
    box-sizing: border-box;
}
.home_content1_parent  .home_content1 .home_content1_right .tab_content{
    width:388px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: rgba(0,0,0,0.85);
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom:8px;
}
.home_content1_parent  .home_content1 .home_content1_right .tab_content:hover{
    color: #C00005;
}
.home_content1_parent  .home_content1 .home_content1_right .tab_content:before{
    content:"";
    display:inline-block;
    width:8px;
    height:8px;
    border-radius: 4px;
    background: #C00005;
    margin:8px 4px 0 0;
}
.home_content1_parent  .home_content1 .home_content1_right .el-tabs__active-bar{
    background: #C00005;
}
.home_content1_parent  .home_content1 .home_content1_right .el-tabs__item{
    line-height: unset;
}
.home_content1_parent  .home_content1 .home_content1_right .el-tabs__item.is-active,
.home_content1_parent  .home_content1 .home_content1_right .el-tabs__item:hover{
    color: #C00005;
}</pre></body></html>